projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac3c74
)
(defadvice): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Jul 2007 10:17:51 +0000
(10:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 16 Jul 2007 10:17:51 +0000
(10:17 +0000)
lisp/emacs-lisp/advice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/advice.el
b/lisp/emacs-lisp/advice.el
index fe4639cf01af253115079c9a1442dbff8872cb30..6c51aa30f7c9379e99c1a11e9114d1e040e4c5dc 100644
(file)
--- a/
lisp/emacs-lisp/advice.el
+++ b/
lisp/emacs-lisp/advice.el
@@
-3771,7
+3771,7
@@
The syntax of `defadvice' is as follows:
\(defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
[DOCSTRING] [INTERACTIVE-FORM]
- BODY...
)
+ BODY...)
FUNCTION ::= Name of the function to be advised.
CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.